home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16793 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  869 b 

  1. Path: news.cityu.edu.hk!93849612
  2. From: 93849612@cpccux0.cityu.edu.hk (Man_Utd Vs NewCastle)
  3. Newsgroups: comp.lang.c++
  4. Subject: TEdit in OWL
  5. Date: 12 Apr 1996 08:39:14 GMT
  6. Organization: City University of Hong Kong
  7. Message-ID: <4kl4ri$mq3@ctylnk.cityu.edu.hk>
  8. NNTP-Posting-Host: ccspc46.cityu.edu.hk
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. hello,
  12.     I want to know if anyone can solve my problem in OWL .
  13.  
  14.     When I use TEdit in the following way in a dialog constructor
  15.     there is not effect at all :
  16.     
  17.     item1 = new TEdit(this, -1,10,20,25,75);
  18.     item1->SetText("this is item1");
  19.  
  20.     I can't see anything in the Edit box. What 's going on ?
  21.  
  22.     Still worst,
  23.         when I use TStatic in a similar way, i.e. to constrct a 
  24.         text region with a string. 
  25.         When I call item2->Clear(), the text in the static text region is not clear.    Ah ! what 's going on 
  26.  
  27.     Thanks for anyone can help me
  28.  
  29.